home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / mozapps / update / updates.css < prev    next >
Cascading Style Sheet File  |  2006-09-22  |  3KB  |  179 lines

  1. /**
  2.  * General
  3.  */
  4. .wizard-button[dlgtype="finish"] {
  5.   font-weight: bold;
  6. }
  7.  
  8. link {
  9.   color: blue;
  10.   border: 1px solid transparent;
  11.   margin-top: 1px;
  12.   margin-bottom: 4px;
  13.   -moz-margin-start: 5px;
  14.   -moz-margin-end: 5px;
  15.   text-decoration: underline !important;
  16. }
  17.  
  18. link > label {
  19.   margin: 0px;
  20.   padding: 1px;
  21.   text-decoration: underline !important;
  22. }
  23.  
  24. link:hover:active {
  25.   color: red;
  26. }
  27.  
  28. link:focus {
  29.   border: 1px dotted black;
  30. }
  31.  
  32. /**
  33.  * License Page
  34.  */
  35. license {
  36.   margin-top: 1px;
  37.   margin-bottom: 2px;
  38.   -moz-margin-start: 6px;
  39.   -moz-margin-end: 5px;
  40.   -moz-appearance: listbox;
  41.   padding-bottom: 1px;
  42. }
  43.  
  44. .loadingBox {
  45.   padding: 3px 5px 3px 5px;
  46. }
  47. .licenseLoadingThrobber {
  48.   margin-top: 3px;
  49. }
  50. .licenseLoadingThrobber[state="loading"] {
  51.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  52. }
  53. .licenseLoadingThrobber[state="error"] {
  54.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  55. }
  56.  
  57. /**
  58.  * Update Found Page
  59.  */
  60. #moreDetails {
  61.   margin: 1px 5px 4px 3px;
  62. }
  63.  
  64. #incompatibleCheckingThrobber {
  65.   -moz-margin-end: 4px;
  66.   background-color: transparent;
  67.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  68. }
  69.  
  70. wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
  71.   font-weight: bold;
  72. }
  73.  
  74. wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box {
  75.   padding-left: 15px;
  76.   padding-right: 15px;  
  77. }
  78.  
  79. #updateForMoreInfo {
  80.   margin-left: 5px;
  81. }
  82.  
  83. #updateName, #updateFinishedName {
  84.   font-weight: bold;
  85.   font-size: larger;
  86. }
  87.  
  88. #alertImage {
  89.   list-style-image: url("chrome://global/skin/icons/Warning.png");
  90.   margin-right: 5px;
  91. }
  92.  
  93. #incompatibleWarning {
  94.   background-color: InfoBackground;
  95.   color: InfoText;
  96.   border: 1px outset InfoBackground;
  97.   padding: 3px;
  98.   margin: 1px 5px 4px 5px;
  99. }
  100.  
  101. /**
  102.  * Downloading Page
  103.  */
  104. #downloadName {
  105.   margin-top: 3px;
  106. }
  107.  
  108. #downloadStatus {
  109.   margin-top: 6px;
  110.   height: 3em !important;
  111. }
  112. #downloadThrobber {
  113.   margin: 5px 3px 0px 5px;
  114.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
  115. }
  116. #downloadThrobber[state="loading"] {
  117.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  118. }
  119. #downloadStatusLine {
  120.   -moz-box-align: start;
  121. }
  122.  
  123. #verificationFailedIcon {
  124.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  125.   margin: 5px 3px 0px 5px;
  126. }
  127.  
  128. /**
  129.  * Error Page
  130.  */
  131. #errorReason {
  132.   margin-top: 1px;
  133.   margin-bottom: 2px;
  134.   -moz-margin-start: 6px !important;
  135.   -moz-margin-end: 5px;
  136.   font-weight: bold;
  137. }
  138.  
  139. /**
  140.  * Update History Window
  141.  */
  142. update {
  143.   border-bottom: 1px dotted #C0C0C0;
  144. }
  145.  
  146. .update-name {
  147.   font-weight: bold;
  148. }
  149.  
  150. .update-label-column {
  151.   -moz-box-align: end;
  152. }
  153.  
  154. .update-details-link {
  155.   margin: 0px;
  156. }
  157.  
  158. .update-type {
  159.   font-weight: bold;
  160.   color: #990000;
  161. }
  162.  
  163. #historyItems {
  164.   -moz-appearance: listbox;
  165.   height: 200px;
  166.   margin: 1px 5px 4px 5px;
  167. }
  168.  
  169. #historyItems > scrollbox {
  170.   margin-bottom: 1px;
  171. }
  172.  
  173. .updatePrefsInfo {
  174.   font-size: smaller;
  175.   margin-left: 27px;
  176.   margin-bottom: 10px;
  177. }
  178.  
  179.